C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridBase Class / Refresh Method / Refresh(Nullable<GridCellType>,GridCellRange) Method
Type of the cell.
The range.


In This Topic
Refresh(Nullable<GridCellType>,GridCellRange) Method
In This Topic
Refreshes the specified cells.
Syntax
'Declaration
 
Public Overloads Sub Refresh( _
   Optional ByVal cellType As Nullable(Of GridCellType), _
   Optional ByVal range As GridCellRange _
) 
 
'Usage
 
Dim instance As GridBase
Dim cellType As Nullable(Of GridCellType)
Dim range As GridCellRange
 
instance.Refresh(cellType, range)

Parameters

cellType
Type of the cell.
range
The range.
See Also